projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e58b4b2
)
; * lisp/international/textsec.el (textsec-url-suspicious-p): Fix a typo.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 19 Jan 2022 17:26:46 +0000
(19:26 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 19 Jan 2022 17:26:46 +0000
(19:26 +0200)
lisp/international/textsec.el
patch
|
blob
|
history
diff --git
a/lisp/international/textsec.el
b/lisp/international/textsec.el
index 89ef38e93e05999b188b7b83e5d9ea50b72f0d9c..62885ae15daf3f81f2df92779306079d4e1f15df 100644
(file)
--- a/
lisp/international/textsec.el
+++ b/
lisp/international/textsec.el
@@
-368,7
+368,7
@@
and `textsec-name-suspicious-p'."
(and name (textsec-name-suspicious-p name))))))
(defun textsec-url-suspicious-p (url)
- "Say whether
EMAI
L looks suspicious.
+ "Say whether
UR
L looks suspicious.
If it isn't, return nil. If it is, return a string explaining the
potential problem."
(let ((parsed (url-generic-parse-url url)))